ContentType Constructor (String, String) |
Namespace:
Independentsoft.Email.Mime
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ContentType(
string type,
string subtype
)
Public Sub New (
type As String,
subtype As String
)
Parameters
- type
- Type: SystemString
The type. - subtype
- Type: SystemString
The subtype.
See Also